PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFExponentialFunction Class / setC1 Method
A double array specifying the function result when input value is 1.
In This Topic
    setC1 Method
    In This Topic
    Sets the function result when input value is 1.
    Syntax
    public void setC1( 
       double[] value
    )

    Parameters

    value
    A double array specifying the function result when input value is 1.
    See Also